Miscellaneous fixes for non-default X toolkits.
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 31 Jul 2012 11:37:38 +0000 (15:37 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 31 Jul 2012 11:37:38 +0000 (15:37 +0400)
commit6c072be61ba98069d7aa4f9cf0d12b083aeb18db
treed7c373f86a5e8520c9a87db5e7441409d8adf6ef
parenta0feb23c66eb523cd39594dc06d6861094677c5d
Miscellaneous fixes for non-default X toolkits.
* configure.ac (MOTIF): Check for /usr/include/openmotif
and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
* lwlib/lwlib-Xm.c (make_menu_in_widget): Remove unused variable.
* src/xfns.c (Fx_file_dialog): Change to SSDATA to avoid warnings.
* src/xterm.c (x_frame_of_widget): Remove redundant prototype.
Move under #ifdef USE_LUCID.
(x_create_toolkit_scroll_bar): Adjust scroll_bar_name
definition and usage to avoid warnings.
ChangeLog
configure.ac
lwlib/ChangeLog
lwlib/lwlib-Xm.c
src/ChangeLog
src/xfns.c
src/xterm.c